home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / protect_the_fire.swf / scripts / DefineButton2_76 / BUTTONCONDACTION on(keyPress c).as next >
Text File  |  2007-01-15  |  130b  |  8 lines

  1. on(keyPress "c"){
  2.    if(eval("/:gLC") == "1")
  3.    {
  4.       setProperty("/pline", _visible, "1");
  5.    }
  6.    set("/:gLC","0");
  7. }
  8.